SftTree/OCX 7.0

SftTreeRowColumnHeader.ImageVAlign Property

Softel vdm, Inc.

Defines the vertical alignment of the graphic in the row/column header.

Syntax       

Get

VB.NET

Style = object.ImageVAlign  As SftTreeVAlignConstants

VB

Style = object.ImageVAlign  As SftTreeVAlignConstants

C#.NET

SftTreeVAlignConstants Style = object.ImageVAlign;

VC++

enum SftTreeVAlignConstants Style = object->ImageVAlign;
enum SftTreeVAlignConstants Style = object->GetImageVAlign();

C

HRESULT object->get_ImageVAlign(enum SftTreeVAlignConstants* Style);

Delphi

Style := object.ImageVAlign  : TOleEnum;

Put

VB.NET

object.ImageVAlign = Style  As SftTreeVAlignConstants

VB

object.ImageVAlign = Style  As SftTreeVAlignConstants

C#.NET

SftTreeVAlignConstants object.ImageVAlign = Style;

VC++

enum SftTreeVAlignConstants object->ImageVAlign = Style;
void object->PutImageVAlign(enum SftTreeVAlignConstants Style);

C

HRESULT object->put_ImageVAlign(enum SftTreeVAlignConstants Style);

Delphi

object.ImageVAlign := Style  : TOleEnum;

object

A SftTreeRowColumnHeader object.

Style

Defines the vertical alignment of the graphic in the row/column header.

Name

Value

Description

valignSftTreeCenter

0

The graphic is vertically centered.

valignSftTreeTop

1

The graphic is aligned with the top of the available area.

valignSftTreeBottom

2

The graphic is aligned with the bottom of the available area.

Comments

The ImageVAlign property defines the vertical alignment of the graphic in the row/column header.

The row/column header graphic is defined using the RowColumnHeader.Image property.

See Also  SftTreeRowColumnHeader Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com